←Select platform

FindStudies(string,List<StudyInfo>) Method

Summary

Finds all studies that match the specified search criteria.

Syntax
C#
VB
C++
public ControllerReturnCode FindStudies( 
   string patientId, 
   List<StudyInfo> studies 
) 
Public Function FindStudies( 
   ByVal patientId As String, 
   ByVal studies As System.Collections.Generic.List(Of Leadtools.Medical.WebViewer.ExternalControl.StudyInfo) 
) As ControllerReturnCode 
public:  
   ControllerReturnCode^ FindStudies( 
      String^ patientId, 
      System::Collections::Generic::List<Leadtools::Medical::WebViewer::ExternalControl::StudyInfo^>^ studies 
   ) 

Parameters

patientId

The ID of the patient for which to search.

studies

List of StudyInfo objects that will be updated with the results of the search.

Return Value

A ControllerReturnCode value indicating the results of the search.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.WebViewer.ExternalControl Assembly